<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:420px){
    .sobre__descripcion1{
        color: var(--letra-azul-pastel);
        font-size: 1.2rem;
        text-align: justify;
    }
    
    .sobre__descripcion2{
        color: var(--letra-azul-pastel);
        font-size: 1.2rem;
        text-align: justify;
    }
}

@media screen and (min-width:421px) and (max-width:899px){
    .sobre__descripcion1{
        color: var(--letra-azul-pastel);
        font-size: 1.1rem;
        padding-top: 1rem;
    }
    
    .sobre__descripcion2{
        color: var(--letra-azul-pastel);
        font-size: 1.1rem;
    }
}

@media screen and (min-width:900px){
    .sobre__descripcion1{
        color: var(--letra-azul-pastel);
        font-size: 1.2rem;
        margin-left: 2%;
    }
    
    .sobre__descripcion2{
        color: var(--letra-azul-pastel);
        font-size: 1.2rem;
        margin-left: 2%;
    }
}</pre></body></html>